| Package | Description |
|---|---|
| edu.claflin.finder.log |
Contains the classes used by the programming for logging
to a file.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<LogType,java.lang.Boolean> |
LogUtil.fileLogs
The HashMap used for determining which of the logging outputs are logged
to a file.
|
private java.util.HashMap<LogType,java.lang.Boolean> |
LogUtil.terminalLogs
The HashMap used for determining which of the logging outputs are logged
to the terminal.
|
| Modifier and Type | Method and Description |
|---|---|
static LogType |
LogType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LogUtil.log(LogType type,
LogLevel granularity,
java.lang.String detail)
Used to log data.
|